UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

Ubuntu 22.04 LTS must alert the information system security officer (ISSO) and system administrator (SA) in the event of an audit processing failure.


Overview

Finding ID Version Rule ID IA Controls Severity
V-260593 UBTU-22-653025 SV-260593r953592_rule Low
Description
It is critical for the appropriate personnel to be aware if a system is at risk of failing to process audit logs as required. Without this notification, the security personnel may be unaware of an impending failure of the audit capability, and system operation may be adversely affected. Audit processing failures include software/hardware errors, failures in the audit capturing mechanisms, and audit storage capacity being reached or exceeded. This requirement applies to each audit data storage repository (i.e., distinct information system component where audit records are stored), the centralized audit storage capacity of organizations (i.e., all audit data storage repositories combined), or both.
STIG Date
Canonical Ubuntu 22.04 LTS Security Technical Implementation Guide 2024-03-21

Details

Check Text ( C-64322r953590_chk )
Verify that the SA and ISSO are notified in the event of an audit processing failure by using the following command:

Note: An email package must be installed on the system for email notifications to be sent.

$ sudo grep -i action_mail_acct /etc/audit/auditd.conf
action_mail_acct =

If "action_mail_acct" is not set to the email address of the SA and/or ISSO, is commented out, or is missing, this is a finding.
Fix Text (F-64230r953591_fix)
Configure "auditd" service to notify the SA and ISSO in the event of an audit processing failure.

Add or modify the following line in the "/etc/audit/auditd.conf " file:

action_mail_acct =

Note: Change "administrator_email_account" to the email address of the SA and/or ISSO.

Restart the "auditd" service for the changes take effect:

$ sudo systemctl restart auditd.service